crypto/tls.SessionState.version (field)
11 uses
crypto/tls (current package)
handshake_client.go#L431: if v == session.version {
handshake_client.go#L458: if session.version != VersionTLS13 {
handshake_client.go#L915: if hs.session.version != c.vers {
handshake_server.go#L482: if c.vers != sessionState.version {
handshake_server_tls13.go#L382: if sessionState.version != VersionTLS13 {
ticket.go#L80: version uint16
ticket.go#L110: b.AddUint16(s.version)
ticket.go#L165: if s.version >= VersionTLS13 {
ticket.go#L188: if !s.ReadUint16(&ss.version) ||
ticket.go#L279: if ss.version < VersionTLS13 {
ticket.go#L295: version: c.vers,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)